home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 18 / supplemental_material / References / XHTML / xhtml11-20010531 / introduction.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-05-31  |  2.4 KB  |  38 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta name="generator" content="HTML Tidy, see www.w3.org" />
  7. <title>XHTML 1.1 - Introduction</title>
  8. <link rel="prev" type="text/html" href="Overview.html" />
  9. <link rel="next" type="text/html" href="conformance.html" />
  10. <link rel="stylesheet" type="text/css" media="screen" href="xhtml.css" />
  11. <link rel="stylesheet" type="text/css" media="screen" href="W3C-REC.css" /><?xml-stylesheet href="xhtml.css" type="text/css" media="screen" ?><?xml-stylesheet
  12. href="W3C-REC.css" type="text/css" media="screen" ?>
  13. </head>
  14. <body>
  15. <div class="navbar">[<a href="Overview.html">previous</a>]   [<a href="conformance.html">next</a>]   [<a href="Overview.html#toc">table of contents</a>] 
  16.  
  17. <hr />
  18. </div>
  19.  
  20. <h1><a id="s_intro">1.</a> Introduction</h1>
  21.  
  22. <p>This section is <em>normative</em>.</p>
  23.  
  24. <p>With the introduction of the XHTML family of modules and document types, the W3C has helped move the Internet content-development community from the days of malformed, non-standard markup into the
  25. well formed, valid world of XML [<a href="references.html#ref_xml">XML</a>]. In XHTML 1.0, this move was moderated by a goal of providing for easy migration of existing, HTML 4 (or earlier) based
  26. content to XHTML and XML. With the advent of the XHTML modules defined in Modularization of XHTML, the W3C has removed support for deprecated elements and attributes from the XHTML family. These
  27. elements and attributes were largely presentation oriented functionality that is better handled via style sheets or client-specific default behavior.</p>
  28.  
  29. <p>Going forward, XHTML family document types will be based upon this new, more structural functional collection. In this specification, the W3C's HTML Working Group has defined an initial document
  30. type based solely upon modules. This document type is designed to be portable to a broad collection of client devices, and applicable to the majority of Internet content. Content developers who base
  31. their content upon the functionality expressed in this specification can be confident that it will be consistently portable across XHTML family conforming user agents.</p>
  32.  
  33. <hr />
  34. <div class="navbar">[<a href="Overview.html">previous</a>]   [<a href="conformance.html">next</a>]   [<a href="Overview.html#toc">table of contents</a>]</div>
  35. </body>
  36. </html>
  37.  
  38.